home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
man
/
man-scilab.sh
Wrap
Linux/UNIX/POSIX Shell Script
|
1999-09-16
|
242b
|
20 lines
#!/bin/sh
for jj in 1 2 3 4 5 6 7 8
do
for f in Man-Part1/cat$jj/*
do
expand $f > totototo
mv -f totototo $f
done
done
for jj in 1 2 3 4 5
do
for f in Man-Part2/cat$jj/*
do
expand $f > totototo
mv -f totototo $f
done
done